Disk Space – DBCC UPDATEUSAGE

One important tool in managing disk space is to make sure the system accurately reports space used by tables.  DBCC UPDATEUSAGE will update the values returned by sp_spaceused. The output of sp_spaceused “displays the number of rows, disk space reserved, … Continue reading Disk Space – DBCC UPDATEUSAGE